object EmxDemoPrintForm: TEmxDemoPrintForm Left = 220 Top = 110 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Print Puzzle' ClientHeight = 269 ClientWidth = 375 Color = clSilver Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poDefaultPosOnly OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 16 Width = 269 Height = 145 Shape = bsFrame end object Label1: TLabel Left = 7 Top = 12 Width = 39 Height = 14 Caption = ' Format ' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object PrnLbl: TLabel Left = 36 Top = 180 Width = 118 Height = 13 Caption = 'Current Printer on PORT:' Transparent = True end object Label3: TLabel Left = 8 Top = 209 Width = 23 Height = 13 Caption = 'Title:' Transparent = True end object Label4: TLabel Left = 8 Top = 180 Width = 16 Height = 13 Caption = 'To:' Transparent = True end object Image1: TImage Left = 294 Top = 200 Width = 34 Height = 31 Picture.Data = {} end object MSChk: TCheckBox Left = 36 Top = 36 Width = 200 Height = 17 Caption = 'Manuscript' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object MSGChk: TCheckBox Left = 36 Top = 60 Width = 200 Height = 17 Caption = 'Manuscript Grid Only' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 end object NGChk: TCheckBox Left = 36 Top = 84 Width = 200 Height = 17 Caption = 'Numbered Grid' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 2 end object SGChk: TCheckBox Left = 36 Top = 108 Width = 200 Height = 17 Caption = 'Solution Grid' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 3 end object PPChk: TCheckBox Left = 36 Top = 132 Width = 200 Height = 17 Caption = 'Puzzle Page' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 4 end object TitleEdit: TEdit Left = 36 Top = 204 Width = 241 Height = 24 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] MaxLength = 60 ParentFont = False TabOrder = 5 end object GrayChk: TCheckBox Left = 36 Top = 244 Width = 86 Height = 17 Caption = 'Gray Squares' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 6 end object DefChk: TCheckBox Left = 132 Top = 244 Width = 56 Height = 17 Caption = 'Default' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 7 end object CancelBtn: TBitBtn Left = 292 Top = 104 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 8 NumGlyphs = 2 end object PrintBtn: TBitBtn Left = 292 Top = 136 Width = 75 Height = 25 Caption = '&Print' Default = True Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 9 OnClick = PrintBtnClick NumGlyphs = 2 end object PrintBar: TProgressBar Left = 196 Top = 244 Width = 81 Height = 16 Min = 0 Max = 6 Step = 1 TabOrder = 10 end end